Packages

p

com.fsf.news

service

package service

Type Members

  1. class NewsActiveSearchService extends SessionService

    Service for managing active news searches within a session context.

    Service for managing active news searches within a session context.

    Annotations
    @Singleton() @Slf4j()
  2. class NewsService extends SessionService

    Service for interacting with the news repository.

    Service for interacting with the news repository.

    Annotations
    @Singleton() @Slf4j()
  3. class NewsSourcesService extends SessionService

    Service for interacting with the news sources repository.

    Service for interacting with the news sources repository.

    Annotations
    @Singleton() @Slf4j()
  4. abstract class SessionService extends AnyRef

    An abstract service class providing session-based operation handling.

    An abstract service class providing session-based operation handling. This class provides a utility method to perform operations that require a valid session ID.

  5. class WebSocketService extends AnyRef

    Service for managing WebSocket connections and origin validation.

    Service for managing WebSocket connections and origin validation.

    Annotations
    @Singleton() @Slf4j()

Ungrouped